Companion

object Companion

Functions

Link copied to clipboard
fun registerFont(bytes: ByteArray, ttcIndex: Int = 0, font: PAGFont = PAGFont()): PAGFont?
fun registerFont(path: String, ttcIndex: Int = 0, font: PAGFont = PAGFont()): PAGFont?
Link copied to clipboard
fun setFallbackFont(fontNameList: Array<String>)
fun setFallbackFont(pathList: Array<String>, ttcIndices: IntArray)
Link copied to clipboard